- PurpleEventLoopUiOps
alias PurpleEventLoopUiOps = _PurpleEventLoopUiOps
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleInputCondition
alias PurpleInputCondition = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleInputFunction
alias PurpleInputFunction = void function(void*, int, _Anonymous_0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_eventloop_get_ui_ops
alias da_purple_eventloop_get_ui_ops = PurpleEventLoopUiOps* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_eventloop_set_ui_ops
alias da_purple_eventloop_set_ui_ops = void function(PurpleEventLoopUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_input_add
alias da_purple_input_add = guint function(int fd, PurpleInputCondition cond, PurpleInputFunction func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_input_get_error
alias da_purple_input_get_error = int function(int fd, int* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_input_remove
alias da_purple_input_remove = gboolean function(guint handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_timeout_add
alias da_purple_timeout_add = guint function(guint interval, GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_timeout_add_seconds
alias da_purple_timeout_add_seconds = guint function(guint interval, GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_timeout_remove
alias da_purple_timeout_remove = gboolean function(guint handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_eventloop_get_ui_ops
PurpleEventLoopUiOps* purple_eventloop_get_ui_ops()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_eventloop_set_ui_ops
void purple_eventloop_set_ui_ops(PurpleEventLoopUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_input_add
guint purple_input_add(int fd, PurpleInputCondition cond, PurpleInputFunction func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_input_get_error
int purple_input_get_error(int fd, int* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_input_remove
gboolean purple_input_remove(guint handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_timeout_add
guint purple_timeout_add(guint interval, GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_timeout_add_seconds
guint purple_timeout_add_seconds(guint interval, GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_timeout_remove
gboolean purple_timeout_remove(guint handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_eventloop_get_ui_ops
da_purple_eventloop_get_ui_ops purple_eventloop_get_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_eventloop_set_ui_ops
da_purple_eventloop_set_ui_ops purple_eventloop_set_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_input_add
da_purple_input_add purple_input_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_input_get_error
da_purple_input_get_error purple_input_get_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_input_remove
da_purple_input_remove purple_input_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_timeout_add
da_purple_timeout_add purple_timeout_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_timeout_add_seconds
da_purple_timeout_add_seconds purple_timeout_add_seconds;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_timeout_remove
da_purple_timeout_remove purple_timeout_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.